﻿2026-06-06T06:01:14.9744198Z ##[group]Run actions/checkout@v5
2026-06-06T06:01:14.9746303Z with:
2026-06-06T06:01:14.9747366Z   repository: SaberMage/spt-core
2026-06-06T06:01:14.9762504Z   token: ***
2026-06-06T06:01:14.9763557Z   ssh-strict: true
2026-06-06T06:01:14.9764622Z   ssh-user: git
2026-06-06T06:01:14.9765693Z   persist-credentials: true
2026-06-06T06:01:14.9766903Z   clean: true
2026-06-06T06:01:14.9767976Z   sparse-checkout-cone-mode: true
2026-06-06T06:01:14.9769336Z   fetch-depth: 1
2026-06-06T06:01:14.9770418Z   fetch-tags: false
2026-06-06T06:01:14.9771518Z   show-progress: true
2026-06-06T06:01:14.9772612Z   lfs: false
2026-06-06T06:01:14.9773672Z   submodules: false
2026-06-06T06:01:14.9774786Z   set-safe-directory: true
2026-06-06T06:01:14.9776494Z ##[endgroup]
2026-06-06T06:01:15.1343244Z Syncing repository: SaberMage/spt-core
2026-06-06T06:01:15.1347779Z ##[group]Getting Git version info
2026-06-06T06:01:15.1350170Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-06T06:01:15.1353565Z [command]/usr/bin/git version
2026-06-06T06:01:15.1355427Z git version 2.34.1
2026-06-06T06:01:15.1360727Z ##[endgroup]
2026-06-06T06:01:15.1371098Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/e9cc8aee-9b31-48bb-a05b-46e84bb1c55a/.gitconfig'
2026-06-06T06:01:15.1381561Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/e9cc8aee-9b31-48bb-a05b-46e84bb1c55a' before making global git config changes
2026-06-06T06:01:15.1385917Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:01:15.1389479Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-06T06:01:15.1449910Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-06T06:01:15.1483860Z https://github.com/SaberMage/spt-core
2026-06-06T06:01:15.1502550Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-06T06:01:15.1508882Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-06T06:01:15.1539103Z refs/heads/dev-freeform
2026-06-06T06:01:15.1552657Z [command]/usr/bin/git checkout --detach
2026-06-06T06:01:15.1671195Z HEAD is now at c152807 test(ci): M7 D5 [twohost] — product-surface join rung + quickstart e2e rewrite
2026-06-06T06:01:15.1786039Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-06T06:01:15.1788027Z Deleted branch dev-freeform (was c152807).
2026-06-06T06:01:15.1823114Z ##[endgroup]
2026-06-06T06:01:15.1826273Z [command]/usr/bin/git submodule status
2026-06-06T06:01:15.2065939Z ##[group]Cleaning the repository
2026-06-06T06:01:15.2069929Z [command]/usr/bin/git clean -ffdx
2026-06-06T06:01:15.2110255Z Removing traceable-reqs
2026-06-06T06:01:15.2122637Z [command]/usr/bin/git reset --hard HEAD
2026-06-06T06:01:15.2189046Z HEAD is now at c152807 test(ci): M7 D5 [twohost] — product-surface join rung + quickstart e2e rewrite
2026-06-06T06:01:15.2200329Z ##[endgroup]
2026-06-06T06:01:15.2203544Z ##[group]Disabling automatic garbage collection
2026-06-06T06:01:15.2207703Z [command]/usr/bin/git config --local gc.auto 0
2026-06-06T06:01:15.2245578Z ##[endgroup]
2026-06-06T06:01:15.2247352Z ##[group]Setting up auth
2026-06-06T06:01:15.2256433Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:01:15.2298083Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-06T06:01:15.2539357Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:01:15.2581793Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-06T06:01:15.2821375Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:01:15.2863675Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:01:15.3111243Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-06T06:01:15.3336318Z ##[endgroup]
2026-06-06T06:01:15.3338792Z ##[group]Fetching the repository
2026-06-06T06:01:15.3350316Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c152807598acd6121475800715101621e9dd9550:refs/remotes/origin/dev-freeform
2026-06-06T06:01:15.8921464Z ##[endgroup]
2026-06-06T06:01:15.8922429Z ##[group]Determining the checkout info
2026-06-06T06:01:15.8930303Z ##[endgroup]
2026-06-06T06:01:15.8931041Z [command]/usr/bin/git sparse-checkout disable
2026-06-06T06:01:15.8983990Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-06T06:01:15.9019404Z ##[group]Checking out the ref
2026-06-06T06:01:15.9024949Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-06T06:01:15.9086596Z Switched to a new branch 'dev-freeform'
2026-06-06T06:01:15.9088827Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-06T06:01:15.9094285Z ##[endgroup]
2026-06-06T06:01:15.9141867Z [command]/usr/bin/git log -1 --format=%H
2026-06-06T06:01:15.9176357Z c152807598acd6121475800715101621e9dd9550
